Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 269 Bytes

7.2.4 - Http/Request->$post.md

File metadata and controls

9 lines (7 loc) · 269 Bytes

Http\Request->$post

HTTP POST参数,格式为数组。

echo $request->post['hello'];

POSTHeader加起来的尺寸不得超过package_max_length的设置,否则会认为是恶意请求
POST参数的个数最大不超过128